net/http.http2serverConn.pushEnabled (field)

6 uses

	net/http (current package)
		h2_bundle.go#L4438: 		pushEnabled:                 true,
		h2_bundle.go#L4591: 	pushEnabled                 bool
		h2_bundle.go#L5782: 		sc.pushEnabled = s.Val != 0
		h2_bundle.go#L5940: 	sc.pushEnabled = false
		h2_bundle.go#L7172: 	if !sc.pushEnabled {
		h2_bundle.go#L7185: 		if !sc.pushEnabled {